In [1]:
#%%writefile RunEDA-Report.py
print("#;;*****************************************************************;;;")
print("#;;*****************************************************************;;;")
print("#;;;****************************************************************;;;")
print("#;;;***  FIRMA          : PARADOX                                ***;;;")
print("#;;;***  Autor          : Alexander Wagner                       ***;;;")
print("#;;;***  Autor          : Alexander Wagner                       ***;;;")
print("#;;;***  Autor          : Alexander Wagner                       ***;;;")
print("#;;;***  STUDIEN-NAME   : AsNiFen                                ***;;;")
print("#;;;***  STUDIEN-NUMMER :                                        ***;;;")
print("#;;;***  SPONSOR        :                                        ***;;;")
print("#;;;***  ARBEITSBEGIN   : 01.11.2023                             ***;;;")
print("#;;;****************************************************************;;;")
print("#;;;*--------------------------------------------------------------*;;;")
print("#;;;*---  PROGRAMM      : RunEDA-Report.ipynb                   ---*;;;")
print("#;;;*---  Parent        : Asni2025-V05.ipynb                    ---*;;;")
print("#;;;*---  BESCHREIBUNG  : System                                ---*;;;")
print("#;;;*---                :                                       ---*;;;")
print("#;;;*---                :                                       ---*;;;")
print("#;;;*---  VERSION   VOM : 17.02.2025                            ---*;;;")
print("#;;;*--   KORREKTUR VOM :                                       ---*;;;")
print("#;;;*--                 :                                       ---*;;;")
print("#;;;*---  INPUT         :.INI, .Json, .CSV                      ---*;;;")
print("#;;;*---  OUTPUT        :                                       ---*;;;")
print("#;;;*--------------------------------------------------------------*;;;")
print("#;;;************************ Änderung ******************************;;;")
print("#;;;****************************************************************;;;")
print("#;;;  Wann              :               Was                        *;;;")
print("#;;;*--------------------------------------------------------------*;;;")
print("#;;;* 17.02.2025        : Старт программных модулей для установки  *;;;")
print("#;;;*                   : библиотек и конфигурационных параметров  *;;;")
print("#;;;*                   : Старт C:\...\EDA-Report2025.py           *;;;")
print("#;;;****************************************************************;;;")

################### RunEDA-Report.ipynb Start #################
import time
execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\ImportBib.py")
time.sleep(2.0)
print("Execfile ImportBib.py")

execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\ConfigINI2025.py")
import time
time.sleep(2.0)
print("Execfile ConfigINI.py")

execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\ConfigJson2025.py")
import time
time.sleep(2.0)
print("Execfile ConfigJson2025.py")

execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\AsniDef.py")
import time
time.sleep(2.0)
print("Execfile AsniDef.py")

execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\AsNiDefFa2.py")
import time
time.sleep(2.0)
print("Execfile AsNiDefFa2.py")

execfile(r"C:\IPYNBgesamt2025\AsFenForum2025\EDA-Report2025.py")
import time
time.sleep(2.0)
print("Execfile EDA-Report2025.py")
################### RunEDA-Report.ipynb Finisch ######################
#;;*****************************************************************;;;
#;;*****************************************************************;;;
#;;;****************************************************************;;;
#;;;***  FIRMA          : PARADOX                                ***;;;
#;;;***  Autor          : Alexander Wagner                       ***;;;
#;;;***  Autor          : Alexander Wagner                       ***;;;
#;;;***  Autor          : Alexander Wagner                       ***;;;
#;;;***  STUDIEN-NAME   : AsNiFen                                ***;;;
#;;;***  STUDIEN-NUMMER :                                        ***;;;
#;;;***  SPONSOR        :                                        ***;;;
#;;;***  ARBEITSBEGIN   : 01.11.2023                             ***;;;
#;;;****************************************************************;;;
#;;;*--------------------------------------------------------------*;;;
#;;;*---  PROGRAMM      : RunEDA-Report.ipynb                   ---*;;;
#;;;*---  Parent        : Asni2025-V05.ipynb                    ---*;;;
#;;;*---  BESCHREIBUNG  : System                                ---*;;;
#;;;*---                :                                       ---*;;;
#;;;*---                :                                       ---*;;;
#;;;*---  VERSION   VOM : 17.02.2025                            ---*;;;
#;;;*--   KORREKTUR VOM :                                       ---*;;;
#;;;*--                 :                                       ---*;;;
#;;;*---  INPUT         :.INI, .Json, .CSV                      ---*;;;
#;;;*---  OUTPUT        :                                       ---*;;;
#;;;*--------------------------------------------------------------*;;;
#;;;************************ Änderung ******************************;;;
#;;;****************************************************************;;;
#;;;  Wann              :               Was                        *;;;
#;;;*--------------------------------------------------------------*;;;
#;;;* 17.02.2025        : Старт программных модулей для установки  *;;;
#;;;*                   : библиотек и конфигурационных параметров  *;;;
#;;;*                   : Старт C:\...\EDA-Report2025.py           *;;;
#;;;****************************************************************;;;
C:\Users\satur\anaconda3\Lib\site-packages\pandas\core\arrays\masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).
  from pandas.core import (
Execfile ImportBib.py
Programm Start:  2025-02-17 06:58:45
Section: path
  Options: ['dirpr', 'dirdata', 'dirassets', 'dirimage', 'dirimagenow', 'dirtemplate', 'ineda_file', 'ineda', 'reporteda', 'reportedar', 'rreporttest', 'reportall', 'excel_filename', 'config_json', 'eda_json', 'tabdoc']
  dirpr = C:\IPYNBgesamt2025\AsFenForum2025
  dirdata = C:\IPYNBgesamt2025\AsFenForum2025\data
  dirassets = C:\IPYNBgesamt2025\AsFenForum2025\ASSETS
  dirimage = C:\IPYNBgesamt2025\AsFenForum2025\Image
  dirimagenow = C:\IPYNBgesamt2025\AsFenForum2025\Image
  dirtemplate = C:\IPYNBgesamt2025\AsFenForum2025\Templates
  ineda_file = C:\IPYNBgesamt2025\AsFenForum2025\Templates\TemplateTOC1.docx
  ineda = C:\IPYNBgesamt2025\AsFenForum2025\data\InEDA.docx
  reporteda = C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT-RESSOURCE\ReportEDA.docx
  reportedar = C:\IPYNBgesamt2025\AsFenForum2025\data\Kap3.docx
  rreporttest = C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\TReportTest.docx
  reportall = C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT-RESSOURCE\ReportReportAll.docx
  excel_filename = C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\EDA-Report5.xlsx
  config_json = C:\IPYNBgesamt2025\AsFenForum2025\Templates\ASNIR.json
  eda_json = C:\IPYNBgesamt2025\AsFenForum2025\Templates\EDA2025.json
  tabdoc = C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\EDA-Report.DOCX
-----------------------------------
DirPr:  C:\IPYNBgesamt2025\AsFenForum2025
pfad:  C:\IPYNBgesamt2025\AsFenForum2025\data
pathIm:  C:\IPYNBgesamt2025\AsFenForum2025\Image
EDA_json:  C:\IPYNBgesamt2025\AsFenForum2025\Templates\EDA2025.json
config_json:  C:\IPYNBgesamt2025\AsFenForum2025\Templates\ASNIR.json
ineda_file:  C:\IPYNBgesamt2025\AsFenForum2025\Templates\TemplateTOC1.docx
ineda:  C:\IPYNBgesamt2025\AsFenForum2025\data\InEDA.docx
reporteda:  C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT-RESSOURCE\ReportEDA.docx
reportedar:  C:\IPYNBgesamt2025\AsFenForum2025\data\Kap3.docx
reportall:  C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT-RESSOURCE\ReportReportAll.docx
tabdoc:  C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\EDA-Report.DOCX
DirTemplate:  C:\IPYNBgesamt2025\AsFenForum2025\Templates
DirImage:  C:\IPYNBgesamt2025\AsFenForum2025\Image
DirAssets:  C:\IPYNBgesamt2025\AsFenForum2025\ASSETS
excel_filename:  C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\EDA-Report5.xlsx
rReportTest:  C:\IPYNBgesamt2025\AsFenForum2025\OUTPUT\TReportTest.docx
csv-file:  C:\IPYNBgesamt2025\AsFenForum2025\data\heart.csv

-----------------------------------
Execfile ConfigINI.py
Execfile ConfigJson2025.py
Execfile AsniDef.py
Start AsNiDefFa2.py!
Finish AsNiDefFa2.py!
Execfile AsNiDefFa2.py
Start Step0!
Start Test1!
numerical_columns before clear: ['Age', 'RestingBP', 'Cholesterol', 'MaxHR', 'Oldpeak', 'HeartDisease']
numerical_columns after clear: []
No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
Value Counts :

 Cholesterol_Category
High          405
Borderline    187
Normal        150
Name: count, dtype: int64
Value Counts :

 RestingBP_Category
Hypertension_Stage_2    327
Normal_BP               292
Hypertension_Stage_1    216
Elevated_BP              82
Name: count, dtype: int64
 
 
Программа EDA-Report2025.py работу закончила
Программа стартовала:  2025-02-17 06:58:45
Программа финишировала: 17.02.2025 06:59:18
Длительность работы программы: 00:0:33
Программа EDA-Report2025.py работу закончила
Execfile EDA-Report2025.py
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
<Figure size 2500x1000 with 0 Axes>
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 2500x1500 with 0 Axes>
<Figure size 3000x1250 with 0 Axes>
No description has been provided for this image